import * as React from "react" import { DataTableSkeleton } from "@/components/data-table/data-table-skeleton" import { Shell } from "@/components/shell" import { InformationButton } from "@/components/information/information-button" import { VendorFormStatusTable } from "@/components/form-data-stat/form-data-stat-table" export default async function IndexPage() { return (

벤더 데이터 진척도 현황

} >
) }